org.eclipse.vtp.framework.engine.http
Class HttpThread

java.lang.Object
  extended by org.eclipse.vtp.framework.engine.http.HttpThread
All Implemented Interfaces:
java.lang.Runnable

public class HttpThread
extends java.lang.Object
implements java.lang.Runnable

HTTPCleanup.

Author:
Lonnie Pryor

Constructor Summary
HttpThread()
          Creates a new HTTPCleanup.
 
Method Summary
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpThread

public HttpThread()
Creates a new HTTPCleanup.

Method Detail

start

public void start()
           throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

run

public void run()
         throws java.lang.IllegalStateException
Specified by:
run in interface java.lang.Runnable
Throws:
java.lang.IllegalStateException

stop

public void stop()